3.257 \(\int \frac {\cosh (c+d x)}{(e+f x) (a+i a \sinh (c+d x))} \, dx\)

Optimal. Leaf size=32 \[ \text {Int}\left (\frac {\cosh (c+d x)}{(e+f x) (a+i a \sinh (c+d x))},x\right ) \]

[Out]

Unintegrable(cosh(d*x+c)/(f*x+e)/(a+I*a*sinh(d*x+c)),x)

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \frac {\cosh (c+d x)}{(e+f x) (a+i a \sinh (c+d x))} \, dx \]

Verification is Not applicable to the result.

[In]

Int[Cosh[c + d*x]/((e + f*x)*(a + I*a*Sinh[c + d*x])),x]

[Out]

Defer[Int][Cosh[c + d*x]/((e + f*x)*(a + I*a*Sinh[c + d*x])), x]

Rubi steps

\begin {align*} \int \frac {\cosh (c+d x)}{(e+f x) (a+i a \sinh (c+d x))} \, dx &=\int \frac {\cosh (c+d x)}{(e+f x) (a+i a \sinh (c+d x))} \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 27.61, size = 0, normalized size = 0.00 \[ \int \frac {\cosh (c+d x)}{(e+f x) (a+i a \sinh (c+d x))} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[Cosh[c + d*x]/((e + f*x)*(a + I*a*Sinh[c + d*x])),x]

[Out]

Integrate[Cosh[c + d*x]/((e + f*x)*(a + I*a*Sinh[c + d*x])), x]

________________________________________________________________________________________

fricas [A]  time = 0.43, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {-i \, e^{\left (d x + c\right )} + 1}{-i \, a f x - i \, a e + {\left (a f x + a e\right )} e^{\left (d x + c\right )}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(d*x+c)/(f*x+e)/(a+I*a*sinh(d*x+c)),x, algorithm="fricas")

[Out]

integral((-I*e^(d*x + c) + 1)/(-I*a*f*x - I*a*e + (a*f*x + a*e)*e^(d*x + c)), x)

________________________________________________________________________________________

giac [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\cosh \left (d x + c\right )}{{\left (f x + e\right )} {\left (i \, a \sinh \left (d x + c\right ) + a\right )}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(d*x+c)/(f*x+e)/(a+I*a*sinh(d*x+c)),x, algorithm="giac")

[Out]

integrate(cosh(d*x + c)/((f*x + e)*(I*a*sinh(d*x + c) + a)), x)

________________________________________________________________________________________

maple [A]  time = 0.14, size = 0, normalized size = 0.00 \[ \int \frac {\cosh \left (d x +c \right )}{\left (f x +e \right ) \left (a +i a \sinh \left (d x +c \right )\right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cosh(d*x+c)/(f*x+e)/(a+I*a*sinh(d*x+c)),x)

[Out]

int(cosh(d*x+c)/(f*x+e)/(a+I*a*sinh(d*x+c)),x)

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ -\frac {i \, \log \left (f x + e\right )}{a f} + 2 \, \int \frac {1}{-i \, a f x - i \, a e + {\left (a f x e^{c} + a e e^{c}\right )} e^{\left (d x\right )}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(d*x+c)/(f*x+e)/(a+I*a*sinh(d*x+c)),x, algorithm="maxima")

[Out]

-I*log(f*x + e)/(a*f) + 2*integrate(1/(-I*a*f*x - I*a*e + (a*f*x*e^c + a*e*e^c)*e^(d*x)), x)

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.03 \[ \int \frac {\mathrm {cosh}\left (c+d\,x\right )}{\left (e+f\,x\right )\,\left (a+a\,\mathrm {sinh}\left (c+d\,x\right )\,1{}\mathrm {i}\right )} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cosh(c + d*x)/((e + f*x)*(a + a*sinh(c + d*x)*1i)),x)

[Out]

int(cosh(c + d*x)/((e + f*x)*(a + a*sinh(c + d*x)*1i)), x)

________________________________________________________________________________________

sympy [A]  time = 0.00, size = 0, normalized size = 0.00 \[ - \frac {i \int \frac {\cosh {\left (c + d x \right )}}{e \sinh {\left (c + d x \right )} - i e + f x \sinh {\left (c + d x \right )} - i f x}\, dx}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(d*x+c)/(f*x+e)/(a+I*a*sinh(d*x+c)),x)

[Out]

-I*Integral(cosh(c + d*x)/(e*sinh(c + d*x) - I*e + f*x*sinh(c + d*x) - I*f*x), x)/a

________________________________________________________________________________________